projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
101d50c
)
(temp_output_buffer_setup):
author
Ken Raeburn
<raeburn@raeburn.org>
Fri, 19 Jul 2002 14:27:16 +0000
(14:27 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Fri, 19 Jul 2002 14:27:16 +0000
(14:27 +0000)
(internal_with_output_to_temp_buffer): Buffer name argument is now
pointer to const.
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index dbbeec97b4e88449ac2b02b873d05604c114789e..01f42ab0460b38d7bf331aed651a3d55c9e8ec99 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-578,7
+578,7
@@
write_string_1 (data, size, printcharfun)
void
temp_output_buffer_setup (bufname)
- char *bufname;
+ c
onst c
har *bufname;
{
int count = SPECPDL_INDEX ();
register struct buffer *old = current_buffer;
@@
-609,7
+609,7
@@
temp_output_buffer_setup (bufname)
Lisp_Object
internal_with_output_to_temp_buffer (bufname, function, args)
- char *bufname;
+ c
onst c
har *bufname;
Lisp_Object (*function) P_ ((Lisp_Object));
Lisp_Object args;
{